home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Acao
/
BlueCustom.swf
/
scripts
/
frame_630
/
PlaceObject2_262_16
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-09-26
|
277 b
|
14 lines
onClipEvent(enterFrame){
if(this._x < -500)
{
this._x = 1200;
this.gotoAndStop(this._currentframe + 1);
}
if(this._x > 1300)
{
this._x = -400;
this.gotoAndStop(this._currentframe - 1);
}
this._x += _global.xgo / 1.5;
}